rockchip: select DM_USB for rockchip SoC
authorMengDongyang <[email protected]>
Wed, 24 Aug 2016 04:02:18 +0000 (12:02 +0800)
committerSimon Glass <[email protected]>
Thu, 22 Sep 2016 13:32:22 +0000 (07:32 -0600)
Select DM_USB to compatible with USB DM driver model.

Signed-off-by: MengDongyang <[email protected]>
Signed-off-by: Kever Yang <[email protected]>
Acked-by: Simon Glass <[email protected]>
arch/arm/Kconfig

index a311215c92bee53b0b6cd274c788bf13a0729c0a..9b85635d543dad5bbb3020b1cd21001aa4e9292a 100644 (file)
@@ -896,6 +896,7 @@ config ARCH_ROCKCHIP
        select DM_SERIAL
        select DM_SPI
        select DM_SPI_FLASH
+       select DM_USB if USB
 
 config TARGET_THUNDERX_88XX
        bool "Support ThunderX 88xx"